home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11341 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.pascal.delphi.misc,comp.lang.c,comp.lang.pascal.misc,comp.lang.c++
  4. Subject: Re: WORD FILE FORMAT (WINDOWS)
  5. Followup-To: comp.lang.pascal.delphi.misc,comp.lang.c,comp.lang.pascal.misc,comp.lang.c++
  6. Date: 14 Mar 1996 00:56:41 GMT
  7. Organization: Interpath -- Providing Internet access to North Carolina
  8. Message-ID: <4i7qs9$m94@news.interpath.net>
  9. References: <3140E02F.239D@decisiondata.com> <Do2tA1.E2D@iquest.net>
  10. NNTP-Posting-Host: mercury.interpath.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Doug & Rose Miller (dlmiller@iquest.net) wrote:
  14. : You could, of course, use Word to export the document as a text file (File, Save As, ...)
  15.  
  16. This assumes Word is available. Given the original problem statement
  17. was to extract the text from a DOC format file, and since Word itself
  18. can save in ASCII text format, I assumed that Word was not available.
  19. If it were, all you'd have to do is send it a polite DDE message asking
  20. it to save the file you wanted as text. My assumption was that the
  21. original request's real question was concerning writing an I/O library
  22. to read and write the DOC file format.
  23.  
  24. Scott
  25.  
  26.